ServiceGetSharingFolder Method (String, SharingDataType, String) |
Gets the local folder identifier of the specified shared folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic GetSharingFolderResponse GetSharingFolder(
string smtpAddress,
SharingDataType type,
string sharedFolderId
)
Public Function GetSharingFolder (
smtpAddress As String,
type As SharingDataType,
sharedFolderId As String
) As GetSharingFolderResponse
Parameters
- smtpAddress
- Type: SystemString
The SMTP address. - type
- Type: Independentsoft.ExchangeSharingDataType
The type. - sharedFolderId
- Type: SystemString
The shared folder identifier.
Return Value
Type:
GetSharingFolderResponseGetSharingFolderResponse.
See Also